|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjp.co.ricoh.dsdk.scard.option.security.CredentialSet
A container for holding cryptographic credentials . Smartcards may protect access to the data stored on them by means of cryptography. Applications have to provide cryptographic credentials to the card services they are using, so the services can overcome this protection. These credentials are collected in instances of this class.
| Constructor Summary | |
CredentialSet()
|
|
| Method Summary | |
void |
addCredential(int keyNum,
SignCredential credential)
Adds a credential to this set . |
void |
clear()
Remove all credentials in this set . |
SignCredential |
getCredential(int keyNum)
Retrieves a single credential from this set . |
SignCredential |
removeCredential(int keyNum)
Removes a single credential from this set . |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CredentialSet()
| Method Detail |
public void addCredential(int keyNum,
SignCredential credential)
keyNum - the number of the credential, for example, may be a key number
.credential - the SignCredential to be added
.public SignCredential getCredential(int keyNum)
keyNum - the number of the credential, for example, may be a key number
.
public SignCredential removeCredential(int keyNum)
keyNum - the number of the credential, for example, may be a key number
.
public void clear()
|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||